-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] replace get-libwasm-version.py with a bash script #7889
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
A couple of notes.
- The script does not have to do be exactly like the python version. We really only use the version.
- Any usage of the python script would also have to be updated and tested with the new script.
Did you make any attempt to see if this was possible to do in the Dockerfile without having to have the argument and a script at all? If possible, it would be better :)
Let me try this way 😂👌🏻 @gjermundgaraba |
hi @gjermundgaraba, I just updated with dockerfile could you check it? |
It should be changing the 08-wasm Dockerfile. Please look at the Dockerfile and make sure the |
…go into replace_get_libwasm_version
Hi @gjermundgaraba, I can't reopen this pr so i created a new pr here, could you take a look? |
Description
closes: #7885
Step to run:
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.